home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / blob_lander.swf / scripts / DefineButton2_396 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-07-26  |  173 b   |  13 lines

  1. on(release){
  2.    if(level >= 6)
  3.    {
  4.       _root.tryagain = true;
  5.       _root.levelcomp = 5;
  6.       gotoAndPlay(9);
  7.    }
  8.    else
  9.    {
  10.       gotoAndPlay(4);
  11.    }
  12. }
  13.